projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a077ff
)
ci: install fewer things
author
Felix Krull
<f_krull@gmx.de>
Tue, 31 Mar 2020 21:03:30 +0000
(23:03 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 29564aa963e5afdad2ba8c053fac89b25163af9e..5e34e89383204d89b3f99f55993be9101b06e5a0 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-8,7
+8,7
@@
variables:
RUSTC_WRAPPER: sccache
before_script:
-- dnf install -y cargo rust
clippy rustfmt git make
ostree-devel
+- dnf install -y cargo rust
rustfmt clippy
ostree-devel
- curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
cache:
@@
-30,6
+30,7
@@
fmt:
gir:
stage: check
script:
+ - dnf install -y make
- rm -rf src/auto/
- make gir
- git checkout -- sys/src/auto/versions.txt src/auto/versions.txt